home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "<Space>"){
- if(_root.player.hand == false and _root.player.jumpin == false and _root.hit == false and playOK == 1)
- {
- _root.soundOn != 1 ? 0 : _root.SFXahh.gotoAndPlay(2);
- _root.player.gotoAndPlay(2);
- _root.player.board.gotoAndStop(1);
- _root.Jvalue = 1;
- _root.jumpNum = _root.jumpNum + 1;
- }
- }
-